home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / GLX / basics / Makefile < prev    next >
Encoding:
Makefile  |  1994-08-02  |  259 b   |  17 lines

  1. #!smake
  2.  
  3. include $(ROOT)/usr/include/make/commondefs
  4.  
  5. TARGETS    = `ls *.c | sed 's/\.c$$//'` 
  6.  
  7.  
  8. LCOPTS  = -float -prototypes -O
  9. LLDLIBS = -lXirisw -lXm -lXt -lgl -lX11 -lm -lPW
  10. CVERSION=
  11.  
  12.  
  13. default all:
  14.     $(MAKE) -f $(MAKEFILE) $(TARGETS)
  15.  
  16. include $(COMMONRULES)
  17.